footer{
    background-color: #333;
    margin-top: 3%;
}
.footer-top{
    height: 88px;
    border-bottom: 1px solid #535353;
    width: 90%;
    margin: auto;
}
.footer-top ul{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.footer-top ul li{
    margin-right: 2%;
}
.footer-top ul li:nth-last-child(1){
    margin: 0;
}
.footer-bottom{
    height: 230px;
}
.footer-bottom ul{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 4.5%;
}
.footer-bottom ul li{
    margin-right: 2%;
    text-align: center;
}
.footer-bottom ul li:nth-last-child(1){
    margin: 0;
}
.footer-bottom ul li a{
	font-size: 15px;
	letter-spacing: 1px;
	color: #ffffff;
}
.ba{
    width: 100%;
    text-align: center;
    margin-top: 1.5%;
}
.ba span{
    font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	opacity: 0.6;
    margin-left: 6px;
}
.ba a{
    display: inline-block;
    font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	opacity: 0.6;
}
@media (max-width:1440px) {
    .footer-bottom {
        height: auto;
         padding-bottom: 4.5%;
    }

}
@media (max-width:767px) {
    .footer-top ul {
        display: flex;
        height: 100%;
        justify-content: space-around;
        align-items: center;
    }
    .footer-bottom ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-bottom ul li{
        width: 30%;
        margin: 0;
        margin-top: 3%;
    }
    .footer-bottom ul li:nth-last-child(1) {
margin-top: 3%;
}
    .footer-bottom{
        height: auto;
        padding-bottom: 7.5%;
    }
    .ba {
        width: 100%;
        text-align: center;
        margin-top: 5.5%;
        line-height: 38px;
    }
    .footer-top {
        height: 66px;
        border-bottom: 1px solid #535353;
        width: 100%;
        margin: auto;
    }
    .ba span {
        font-size: 12px;
    }
    .ba a {
        font-size: 12px;
    }
}
